home *** CD-ROM | disk | FTP | other *** search
Text File | 2006-09-13 | 68.5 KB | 2,079 lines |
- object frmEditRef: TfrmEditRef
- Left = 292
- Top = 127
- Width = 640
- Height = 480
- Caption = 'Edit HTML reference'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnMouseDown = FormMouseDown
- PixelsPerInch = 96
- TextHeight = 13
- object Splitter: TSplitter
- Left = 336
- Top = 45
- Width = 9
- Height = 382
- Cursor = crHSplit
- Align = alRight
- Beveled = True
- Visible = False
- end
- object gridReference: TdxDBGrid
- Left = 0
- Top = 45
- Width = 336
- Height = 382
- Bands = <
- item
- end>
- DefaultLayout = True
- HeaderPanelRowCount = 1
- KeyField = 'RecId'
- SummaryGroups = <>
- SummarySeparator = ', '
- Align = alClient
- TabOrder = 0
- OnDblClick = gridReferenceDblClick
- OnMouseDown = gridReferenceMouseDown
- OnMouseUp = gridReferenceMouseUp
- DataSource = dsrcHTMLRef
- Filter.Criteria = {00000000}
- LookAndFeel = lfFlat
- OptionsBehavior = [edgoAutoSort, edgoCaseInsensitive, edgoDragScroll, edgoEditing, edgoEnterShowEditor, edgoImmediateEditor, edgoSeekDetail, edgoTabs, edgoTabThrough, edgoVertThrough]
- OptionsDB = [edgoCancelOnExit, edgoCanNavigation, edgoLoadAllRecords, edgoUseBookmarks, edgoUseLocate]
- OptionsView = [edgoAutoWidth, edgoBandHeaderWidth, edgoDrawEndEllipsis, edgoUseBitmap]
- OnChangeNode = gridReferenceChangeNode
- OnCustomDrawCell = gridReferenceCustomDrawCell
- object colSection: TdxDBGridColumn
- DisableCustomizing = True
- Sorted = csUp
- Visible = False
- Width = 29
- BandIndex = 0
- RowIndex = 0
- FieldName = 'SECTION'
- GroupIndex = 0
- end
- object colTag: TdxDBGridMaskColumn
- Sorted = csUp
- Visible = False
- Width = 47
- BandIndex = 0
- RowIndex = 0
- FieldName = 'TAG'
- GroupIndex = 1
- end
- object colAttr: TdxDBGridMaskColumn
- Sorted = csUp
- Width = 79
- BandIndex = 0
- RowIndex = 0
- DisableGrouping = True
- FieldName = 'ATTR'
- end
- object colType: TdxDBGridPickColumn
- Width = 248
- BandIndex = 0
- RowIndex = 0
- DisableGrouping = True
- FieldName = 'TYPE'
- OnEditButtonClick = colTypeEditButtonClick
- end
- object colCompat: TdxDBGridImageColumn
- Alignment = taLeftJustify
- MinWidth = 16
- Width = 63
- BandIndex = 0
- RowIndex = 0
- DisableGrouping = True
- FieldName = 'COMPAT'
- OnEditButtonClick = colCompatEditButtonClick
- Descriptions.Strings = (
- 'HTML standard'
- 'Microsoft Internet Explorer'
- 'Netscape Naviagtor'
- 'W3C Specification'
- 'Obsolete'
- 'W3C XHTML'
- 'WML'
- 'N/A')
- Images = ilCompat
- ImageIndexes.Strings = (
- '0'
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7')
- ShowDescription = True
- Values.Strings = (
- '0'
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '-1')
- end
- end
- object sbarStatus: TStatusBar
- Left = 0
- Top = 427
- Width = 632
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object pagesProperties: TPageControl
- Left = 345
- Top = 45
- Width = 287
- Height = 382
- ActivePage = tabOperand
- Align = alRight
- HotTrack = True
- MultiLine = True
- Style = tsFlatButtons
- TabOrder = 2
- Visible = False
- object tabTagProp: TTabSheet
- Caption = 'Tag'
- TabVisible = False
- object lblAll: TLabel
- Left = 5
- Top = 180
- Width = 83
- Height = 13
- Caption = 'All structural tags:'
- end
- object btnAddWithin: TSpeedButton
- Left = 130
- Top = 199
- Width = 23
- Height = 22
- Caption = '>'
- OnClick = btnAddWithinClick
- end
- object btnDelWithin: TSpeedButton
- Left = 130
- Top = 224
- Width = 23
- Height = 22
- Caption = '<'
- OnClick = btnDelWithinClick
- end
- object btnDelEqual: TSpeedButton
- Left = 130
- Top = 301
- Width = 23
- Height = 22
- Caption = '<'
- Enabled = False
- OnClick = btnDelWithinClick
- end
- object btnAddEqual: TSpeedButton
- Left = 130
- Top = 276
- Width = 23
- Height = 22
- Caption = '>'
- Enabled = False
- OnClick = btnAddWithinClick
- end
- object lblEqual: TLabel
- Left = 157
- Top = 257
- Width = 76
- Height = 13
- Caption = 'Equivalent tags:'
- Enabled = False
- end
- object lblWithin: TLabel
- Left = 157
- Top = 180
- Width = 76
- Height = 13
- Caption = 'Embracing tags:'
- end
- object lblStartTag: TLabel
- Left = 5
- Top = 52
- Width = 61
- Height = 13
- Caption = 'Balise debut:'
- end
- object lblEndTag: TLabel
- Left = 5
- Top = 71
- Width = 62
- Height = 13
- Caption = 'Fin de balise:'
- end
- object lblTagName: TLabel
- Left = 5
- Top = 24
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object lblTagProp: TLabel
- Left = 5
- Top = 0
- Width = 99
- Height = 13
- Caption = 'Properties of tag '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblCompat: TLabel
- Left = 5
- Top = 97
- Width = 64
- Height = 13
- Caption = 'Compatibility: '
- end
- object lblStructural: TLabel
- Left = 22
- Top = 126
- Width = 251
- Height = 29
- AutoSize = False
- Caption = 'Tags opened within the tag must be closed winthin the tag'
- FocusControl = chkStructural
- WordWrap = True
- end
- object chkStartTag: TCheckBox
- Left = 75
- Top = 52
- Width = 90
- Height = 14
- HelpContext = 972
- Caption = 'optional'
- Enabled = False
- TabOrder = 1
- OnClick = editTagNameChange
- end
- object chkStructural: TCheckBox
- Left = 5
- Top = 126
- Width = 16
- Height = 14
- HelpContext = 671
- TabOrder = 7
- OnClick = chkStructuralClick
- end
- object chkDontInterpret: TCheckBox
- Left = 5
- Top = 158
- Width = 268
- Height = 13
- HelpContext = 672
- Caption = 'Don'#39't interpret text within the tag'
- TabOrder = 8
- OnClick = editTagNameChange
- end
- object lboxAll: TListBox
- Left = 5
- Top = 195
- Width = 120
- Height = 133
- HelpContext = 673
- ItemHeight = 13
- Sorted = True
- TabOrder = 9
- end
- object lboxWithin: TListBox
- Left = 157
- Top = 195
- Width = 120
- Height = 56
- HelpContext = 674
- ItemHeight = 13
- Sorted = True
- TabOrder = 10
- end
- object lboxEqual: TListBox
- Left = 157
- Top = 272
- Width = 120
- Height = 56
- HelpContext = 675
- Enabled = False
- ItemHeight = 13
- Sorted = True
- TabOrder = 11
- end
- object rbRequired: TRadioButton
- Left = 74
- Top = 70
- Width = 71
- Height = 17
- HelpContext = 971
- Caption = 'obligatoire'
- Checked = True
- TabOrder = 3
- TabStop = True
- OnClick = rbRequiredClick
- end
- object rbOptional: TRadioButton
- Left = 144
- Top = 70
- Width = 73
- Height = 17
- HelpContext = 971
- Caption = 'facultative'
- TabOrder = 4
- OnClick = rbRequiredClick
- end
- object rbForbidden: TRadioButton
- Left = 213
- Top = 70
- Width = 113
- Height = 17
- HelpContext = 971
- Caption = 'interdite'
- TabOrder = 5
- OnClick = rbRequiredClick
- end
- object editTagName: TEdit
- Left = 55
- Top = 21
- Width = 222
- Height = 21
- HelpContext = 669
- TabOrder = 0
- OnChange = editTagNameChange
- end
- object btnResetTag: TButton
- Left = 5
- Top = 336
- Width = 75
- Height = 22
- HelpContext = 668
- Caption = 'Reset'
- TabOrder = 12
- OnClick = btnResetTagClick
- end
- object cBoxCompat: TComboBox
- Left = 76
- Top = 93
- Width = 201
- Height = 22
- HelpContext = 670
- Style = csOwnerDrawFixed
- ItemHeight = 16
- TabOrder = 6
- OnChange = editTagNameChange
- OnDrawItem = cBoxCompatDrawItem
- end
- object chkEmpty: TCheckBox
- Left = 166
- Top = 52
- Width = 115
- Height = 14
- Caption = 'Empty tag'
- TabOrder = 2
- end
- end
- object tabAttrProp: TTabSheet
- Caption = 'Attribute'
- ImageIndex = 1
- TabVisible = False
- object lblAttrProp: TLabel
- Left = 4
- Top = 0
- Width = 128
- Height = 13
- Caption = 'Properties of attribute '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object rbLink: TRadioButton
- Left = 4
- Top = 55
- Width = 269
- Height = 14
- HelpContext = 980
- Caption = 'URL attribute'
- TabOrder = 0
- OnClick = rbLinkClick
- end
- object chkLoadedURL: TCheckBox
- Left = 25
- Top = 73
- Width = 248
- Height = 14
- HelpContext = 664
- Caption = 'Loaded with document'
- Enabled = False
- TabOrder = 1
- OnClick = chkMandatoryClick
- end
- object rbCodebase: TRadioButton
- Left = 4
- Top = 91
- Width = 159
- Height = 14
- HelpContext = 665
- Caption = 'URL base attribute'
- TabOrder = 2
- OnClick = rbLinkClick
- end
- object rbAnchor: TRadioButton
- Left = 4
- Top = 108
- Width = 159
- Height = 14
- HelpContext = 666
- Caption = 'Anchor attribute'
- TabOrder = 3
- OnClick = rbLinkClick
- end
- object chkMandatory: TCheckBox
- Left = 4
- Top = 28
- Width = 237
- Height = 17
- HelpContext = 979
- Caption = 'Attribute is mandatory'
- TabOrder = 4
- OnClick = chkMandatoryClick
- end
- object btnResetAttr: TButton
- Left = 5
- Top = 336
- Width = 75
- Height = 22
- HelpContext = 668
- Caption = 'Reset'
- TabOrder = 5
- OnClick = btnResetAttrClick
- end
- object rbNone: TRadioButton
- Left = 4
- Top = 124
- Width = 113
- Height = 17
- HelpContext = 667
- Caption = 'None'
- TabOrder = 6
- Visible = False
- OnClick = rbLinkClick
- end
- object lboxMultiTags: TCheckListBox
- Left = 5
- Top = 180
- Width = 231
- Height = 149
- OnClickCheck = lboxMultiTagsClickCheck
- Columns = 2
- ItemHeight = 13
- TabOrder = 7
- Visible = False
- end
- object btnMultiTag: TButton
- Left = 5
- Top = 153
- Width = 231
- Height = 22
- Caption = 'Define for multiple tags'
- TabOrder = 8
- OnClick = btnMultiTagClick
- end
- end
- object TabStyleProp: TTabSheet
- ImageIndex = 2
- TabVisible = False
- object lblStyleProp: TLabel
- Left = 5
- Top = 5
- Width = 103
- Height = 13
- Caption = 'Properties of style'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblAllTags: TLabel
- Left = 5
- Top = 25
- Width = 112
- Height = 13
- Caption = 'Style is defined for tags:'
- end
- object lblSubProps: TLabel
- Left = 5
- Top = 180
- Width = 68
- Height = 13
- Caption = 'Subproperties:'
- end
- object lboxTags: TCheckListBox
- Left = 5
- Top = 40
- Width = 231
- Height = 131
- HelpContext = 975
- OnClickCheck = lboxTagsClickCheck
- Columns = 2
- ItemHeight = 13
- TabOrder = 0
- end
- object lboxSubProps: TCheckListBox
- Left = 4
- Top = 195
- Width = 231
- Height = 131
- HelpContext = 2445
- OnClickCheck = lboxTagsClickCheck
- ItemHeight = 13
- TabOrder = 1
- OnMouseDown = lboxSubPropsMouseDown
- end
- object btnAutoDef: TButton
- Left = 5
- Top = 325
- Width = 231
- Height = 21
- HelpContext = 3763
- Caption = '&Auto define'
- TabOrder = 2
- OnClick = btnAutoDefClick
- end
- object btnResetStyle: TButton
- Left = 5
- Top = 355
- Width = 75
- Height = 25
- HelpContext = 668
- Caption = 'Reset'
- TabOrder = 3
- OnClick = btnResetStyleClick
- end
- end
- object tabOperator: TTabSheet
- Caption = 'tabOperator'
- ImageIndex = 3
- TabVisible = False
- object lblFolder: TLabel
- Left = 5
- Top = 255
- Width = 32
- Height = 13
- Caption = 'Folder:'
- end
- object lblTemplate: TLabel
- Left = 5
- Top = 100
- Width = 47
- Height = 13
- Caption = 'Template:'
- end
- object lblOperatorDescr: TLabel
- Left = 5
- Top = 55
- Width = 56
- Height = 13
- Caption = 'Description:'
- end
- object lblOperator: TLabel
- Left = 5
- Top = 30
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object lblPropertiesOfOperator: TLabel
- Left = 5
- Top = 5
- Width = 124
- Height = 13
- Caption = 'Properties of operator'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object btnResetOp: TButton
- Left = 5
- Top = 329
- Width = 75
- Height = 25
- Caption = 'Reset'
- TabOrder = 0
- end
- object cboxFolder: TComboBox
- Left = 5
- Top = 270
- Width = 226
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- end
- object memoTemplate: TMemo
- Left = 5
- Top = 115
- Width = 226
- Height = 126
- ScrollBars = ssBoth
- TabOrder = 2
- WordWrap = False
- end
- object editOperatorDescr: TEdit
- Left = 5
- Top = 70
- Width = 226
- Height = 21
- TabOrder = 3
- end
- object editOperator: TEdit
- Left = 55
- Top = 25
- Width = 176
- Height = 21
- TabOrder = 4
- OnChange = editOperatorChange
- end
- end
- object tabOperand: TTabSheet
- Caption = 'tabOperand'
- ImageIndex = 4
- TabVisible = False
- object lblOpSuffix: TLabel
- Left = 90
- Top = 55
- Width = 29
- Height = 13
- Caption = 'Suffix:'
- end
- object lblOpPrefix: TLabel
- Left = 5
- Top = 55
- Width = 29
- Height = 13
- Caption = 'Prefix:'
- end
- object lblOperandProp: TLabel
- Left = 5
- Top = 5
- Width = 123
- Height = 13
- Caption = 'Properties of operand'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblDescriptionOperand: TLabel
- Left = 5
- Top = 90
- Width = 56
- Height = 13
- Caption = 'Description:'
- end
- object editOpDescr: TEdit
- Left = 5
- Top = 105
- Width = 231
- Height = 21
- TabOrder = 3
- OnChange = editOpPrefixChange
- end
- object editOpPrefix: TEdit
- Left = 46
- Top = 50
- Width = 26
- Height = 21
- MaxLength = 1
- TabOrder = 1
- OnChange = editOpPrefixChange
- end
- object editOpSuffix: TEdit
- Left = 131
- Top = 50
- Width = 26
- Height = 21
- MaxLength = 1
- TabOrder = 2
- OnChange = editOpPrefixChange
- end
- object cboxOptional: TCheckBox
- Left = 5
- Top = 27
- Width = 216
- Height = 17
- Caption = 'Operand is optional'
- TabOrder = 0
- OnClick = cboxOptionalClick
- end
- object btnResetOperand: TButton
- Left = 5
- Top = 329
- Width = 75
- Height = 25
- Caption = 'Reset'
- TabOrder = 4
- end
- end
- end
- object dlgOpen: TOpenDialog
- DefaultExt = '.ref'
- Filter =
- 'HTML references (html*.ref)|html*.ref|CSS references (css*.ref)|' +
- 'css*.ref|ASP referebces (asp*.ref)|asp*.ref|SSI references (ssi*' +
- '.ref)|ssi*.ref|All reference files (*.ref)|*.ref|All files (*.*)' +
- '|*.*'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 31
- Top = 154
- end
- object dlgSave: TSaveDialog
- Filter =
- 'HTML references (html*.ref)|html*.ref|CSS references (css*.ref)|' +
- 'css*.ref|ASP referebces (asp*.ref)|asp*.ref|SSI references (ssi*' +
- '.ref)|ssi*.ref|All reference files (*.ref)|*.ref|All files (*.*)' +
- '|*.*'
- Left = 59
- Top = 154
- end
- object ilCompat: TImageList
- Height = 13
- Width = 18
- Left = 59
- Top = 182
- Bitmap = {
- 494C010106000900040012000D00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 000000000000360000002800000048000000270000000100200000000000E02B
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000008080BE002B2B94000707820006068200292992007878
- BA00000000000000000000000000000000000000000000000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00B7B7C8006969E0000000FF002727F300AAAA
- CC0000000000000000009090D4000D0DFB000000FF000D0DFB008383D8000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000C0C0E00020208D000000770000007C00000080000000800000007C000000
- 77001B1B8A00B8B8DC0000000000000000000000000000000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000009090D4002727F300B7B7
- C8000000000000000000000000000000FF000000FF006969E000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00001010850000007A0000008000000080000000800000008000000080000000
- 800000007B000B0B8300CBCBE500000000000000000000000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000009D9DD0005B5B
- E300B7B7C800000000007676DC000000FF000000FF00B7B7C800000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FDFDFE004444
- A2000000780000007F0000007F0000007F0000007F0000007F0000007F000000
- 7F0000007F000000780039399D00000000000000000000000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000009D9D
- D0004E4EE700B7B7C8003434EF000000FF004E4EE70000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000D1D1E8000101
- 7F0000007F000000800000008000000080000000800000008000000080000000
- 80000000800000007F0000007C00C3C3E1000000000000000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
- 0000BEBECF004343ED000000FF000000FF009090D40000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000009797CB000000
- 740035359B00CDCDE600CDCDE600CDCDE600CDCDE600CDCDE600CDCDE600CDCD
- E600CDCDE6006666B300000072008D8DC6000000000000000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
- 00007E7F7E004848E1000000FF002727F3000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000007E7EBF000000
- 71004848A4000000000000000000000000000000000000000000000000000000
- 0000000000008B8BC50000006F007F7FBF000000000000000000FFFFFF00FFFF
- FF00B58B6200FFFFFF00B1815000FFFFFF00B2896900AD7B4800B99E7F00AAB0
- B8008E8D9E000000FF000000FF002727F3009D9DD00000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000009999CC000000
- 75002B2B9600A9A9D400A9A9D400A9A9D400A9A9D400A9A9D400A9A9D400A9A9
- D400A9A9D4005454AA00000072008F8FC7000000000000000000FFFFFF00FFFF
- FF0096482500FFFFFF0093441000FFFFFF000000000000000000A4702E000000
- 00006E6DE4000000FF000D0DFB00000000005B5BE3009D9DD000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000D4D4E9000101
- 800000007D0000007A0000007A0000007A0000007A0000007A0000007A000000
- 7A0000007A0000007C0000007E00C7C7E3000000000000000000FFFFFF00B796
- 6C00B9936500AD794000C2A88100BEA8860000000000A0582700BAAD9A000000
- 00001A1AF7000000FF006969E00000000000000000005B5BE3009090D4000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000004A4A
- A500000078000000800000008000000080000000800000008000000080000000
- 800000008000000078003F3FA000000000000000000000000000FFFFFF00B282
- 4300FFFFFF00A05A1E00FFFFFF00BB98670000000000BD987500000000006060
- C6000000FF000000FF00AAAACC000000000000000000000000001A1AF7007676
- DC00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000D9D9
- EC00161689000000790000008000000080000000800000008000000080000000
- 800000007A0010108500D1D1E900000000000000000000000000B4988C00B791
- 7700C6C7C300BA925700FFFFFF00AE835700B7925400A25F2D00B19BAE002829
- D4001313CE002424DF006969E0000000000000000000AAAACC004141EB003434
- EF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000C9C9E400282891000000770000007B0000007F0000007F0000007B000000
- 770023238E00C1C1E00000000000000000000000000000000000BEB0A100FFFF
- FF00FFFFFF00C1B39F00FFFFFF00FFFFFF00B3916B00B5997900C3B3A100CFD3
- D800000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000008B8BC4003D3D9C000B0B8400090983003A3A9B008484
- C000000000000000000000000000000000000000000000000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000CB975500CBA77F00C6A88900DBD1C70000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000DAE8ED00DBEAEF0000000000B2B9B9009C9E9C009495
- 920086868300999A9700A8ACAB00C6CFD1000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000E3AB5B00D4BA9A0000000000D2BAA400AC7A4600AA7A4300B0874E00A788
- 5D0099866E00CCC5BE0000000000000000000000000000000000000000000000
- 00000000000000000000DAE9EE00000000007A7C7B00666664005B5B59004B4C
- 4800494946004949460052524F00686866009FA4A30000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000E5AD5200A2897000D5BFA500DC964100EE993700F7A03900FAAE3E00FCC5
- 5C00E6C77900A1885D00A6998C00000000000000000000000000000000000000
- 0000000000000000000000000000636662001F1C13001C1B15001D1D1A002D2D
- 2C003131300030302F002A2A2A001F1E1C0026241C0091979A00000000000000
- 000000000000000000000000000000000000C1B8AA00C3B9A900000000000000
- 0000C3B098000000000000000000B68E5800AE7C3F00BCA99000000000000000
- 00006A6A6A004B4B4B009C9C9C00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000F5D29500B77D2500E29A3200F3A13300EC962F00E38C2F00E1903A00ED98
- 2E00FDC15100FFE99000A68F6300C3BAB1000000000000000000000000000000
- 000000000000000000000000000097978A0054534D0085868300767674001C1A
- 17000F0E0A00100F0A000F0D030015130A0016130B0059584600000000000000
- 000000000000000000000000000000000000B7976B00B7946500000000000000
- 0000AF7C350000000000AD7A3400A66C2300AB7B3E00A15E0600C4B8A5007577
- 7A0075757500737373002B2B2B00A1A1A1000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000F6EBD700FAB43100F0A63100E7972900D58A2D00DFCEBD0000000000E4B9
- 8F00E6912F00F5B95300EFD28800B8A58D000000000000000000000000000000
- 00000000000000000000C2C18700DDDD8600D6D7AA00EFF1D700CFD0B6009FA0
- 870084846A0089897F0099998F00A8A88600B8B98A00B4B25600D1D2A9000000
- 000000000000000000000000000000000000AE7C3900A8732A0000000000BCAB
- 93009D590200C3B09800BC9F79000000000000000000A96F2000A07A4600A7AB
- B100CCCCCC00CFCFCF0099999900909090000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000F0C15F00EFAB2A00E89A2400B57C3400D7CCC000EAE0D500DCCA
- B900D2AE8E00D4B18D00DBC09C00DACDBD00FCFCFC0000000000000000000000
- 00000000000000000000AAA55700A6A35A00A6A36400C8C89400D3D58F00CCCD
- 7300E0E2AD00FBFCE600E3E4BB00C0BF8200AEAA7400968F4700AAA777000000
- 000000000000000000000000000000000000A1620C009F5F050000000000B593
- 6400954A0000B4926300000000000000000000000000AC7A3400A87D4300C8CC
- D200000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000F4E8CD00F3BC3C00EBA82A00DD952400CE801600D1831B00D382
- 2000D4862C00D9873000E6983A00B08959000000000000000000000000000000
- 000000000000000000008D86470089835000918B5D00B9B59000AFAD7700B8B8
- 7F00F3F3EA00AEAC7000C0BF9300A19C7200928C64007E774100939170000000
- 0000000000000000000000000000BEA98B00A5671300A96D1D00BFA48100AC7A
- 3700A9702800AB772F000000000000000000C2B5A100A05E0600B59770000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000F2E7CE00F0DDA200F7C33500C9913000D5B58A00E1C29A00D5A5
- 6A00E7962B00EE993000F7A43800BA9569000000000000000000000000000000
- 00000000000000000000716C4400706C430077734800A29E7800B5B18200E7E6
- D800A7A275008A834900B2B093008D8961007A764D0067623700888873000000
- 0000000000000000000000000000AF844900B2854900B8976A00A6691B00A76E
- 2100C4B19500A2640D00C2B9AD00B18A53009D590600AF804300B8B6B4009091
- 9200000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000F0DD9800F1E6BD00F5E19400D0A53900C9BCB100DDD6D000CEA3
- 6500E6962500EC9B2E00E5993100CBB9A5000000000000000000000000000000
- 000000000000000000007E7D680059532100615D3E009C9A7600F4F4EB00A29E
- 7A00857C41007F784200AEAB880078755400696548004E492A009CA098000000
- 0000000000000000000000000000A66A1800B89F7E00C1B5A6009B530000AB7A
- 380000000000A66B1B00BBA27E00BCA98F009F5A0000C7BEAF00B8BCC0006464
- 6300000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000FBF09D00F9EFC500F4DD8C00D9AD3800CF962C00E5A0
- 2500EAA12900F0A32800D1A36200E1DBD6000000000000000000000000000000
- 00000000000000000000B9BEBE00353003006C683600BAB89C00ABA88600857D
- 4A008D85530096926800C0BEA400878364005A552A0049462B00000000000000
- 00000000000000000000C1B2A000A4640B00C1B9AD0000000000A2640E00B899
- 6F0000000000B28A5100AD7B380000000000B1834400AE803F00C8CACE004142
- 4200919191000000000062626200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000FBF1A600FBEEA000FFF27300FDD74400F4BA
- 2E00EDB03500DFBA780000000000EFE2D100E9DFD40000000000000000000000
- 00000000000000000000000000007C7D760037300000918C6700A0997100A9A1
- 7900AAA17A00A39C76009E997900827B4700322B0000A1A5A100000000000000
- 00000000000000000000B38D5A00A86E1F0000000000C0B4A400A25E0200BEB1
- A00000000000BDA88C009D570000B3864800AE782F00994F0000C7B29600898D
- 9000080808002424240035353500909090000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000F4E8B000F3E29E00EFCF
- 7700C3A56400D0C7BA0000000000DCC59E00E7DED10000000000000000000000
- 000000000000000000000000000000000000777973005D584200A8A18300C0BA
- 9A00C5BE9E00BDB797009790740049442E009397920000000000000000000000
- 00000000000000000000B2966F00B8A0800000000000BEB09C00B28F60000000
- 00000000000000000000B08B5900A77D4600A9814B00AA825200B8A489000000
- 00008B8B8B008F8F8F0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000F1E6CF00DBC49600CBAB7300DBC299000000000000000000000000000000
- 00000000000000000000000000000000000000000000B5BCBB0084857C007572
- 6600706D5C0073726600888A8500C5CDCF0000000000D8E8EC00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000048000000270000000100010000000000D40100000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000FC0FC00C1000000000000000F003C08E30000000
- 00000000F001C0C43000000000000000C001C0E07000000000000000C000C0F0
- 7000000000000000C000C0F0F000000000000000C7F8C0007000000000000000
- C000C0D13000000000000000C000C0919000000000000000E001C0A1C0000000
- 00000000E001C0018000000000000000F003C00FF000000000000000FC0FC0FF
- F000000000000000FFFFF87FFC80FFFFFF000000FFFFF203FD007FFFFF000000
- FFFFF001FE003F3631000000FFFFF000FE003F3400000000FFFFF020FC001F21
- 80000000FFFFF8007C001F238F000000FFFFF800FC001E031F000000FFFFF800
- FC001E000F000000FFFFF800FC001E080F000000FFFFFC00FC003C4905000000
- FFFFFE027E003C8800000000FFFFFF827F007C9C13000000FFFFFFF0FF80BFFF
- FF00000000000000000000000000000000000000000000000000}
- end
- object dxBarManager1: TdxBarManager
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Bars = <
- item
- AllowClose = False
- AllowQuickCustomizing = False
- BorderStyle = bbsNone
- Caption = 'Menu'
- DockedDockingStyle = dsTop
- DockedLeft = 0
- DockedTop = 0
- DockingStyle = dsTop
- FloatLeft = 0
- FloatTop = 0
- FloatClientWidth = 0
- FloatClientHeight = 0
- IsMainMenu = True
- ItemLinks = <
- item
- Item = mmiFile
- Visible = True
- end
- item
- Item = mmiEdit
- Visible = True
- end
- item
- Item = mmiTypes
- Visible = True
- end
- item
- Item = mmiOptions
- Visible = True
- end
- item
- Item = BtnHelpMenu
- Visible = True
- end>
- MultiLine = True
- NotDocking = [dsNone, dsLeft, dsRight, dsBottom]
- OneOnRow = True
- Row = 0
- UseOwnFont = False
- UseRestSpace = True
- Visible = True
- WholeRow = False
- end
- item
- Caption = 'Toolbar'
- DockedDockingStyle = dsTop
- DockedLeft = 0
- DockedTop = 19
- DockingStyle = dsTop
- FloatLeft = 164
- FloatTop = 132
- FloatClientWidth = 23
- FloatClientHeight = 22
- ItemLinks = <
- item
- Item = mmiOpen
- Visible = True
- end
- item
- Item = mmiSave
- Visible = True
- end
- item
- Item = mmiSaveAll
- Visible = True
- end
- item
- BeginGroup = True
- Item = mmiAddAttr
- Visible = True
- end
- item
- Item = mmiDelete
- Visible = True
- end
- item
- Item = mmiProperties
- Visible = True
- end
- item
- BeginGroup = True
- Item = BtnEditType
- Visible = True
- end
- item
- Item = mmiNewType
- Visible = True
- end
- item
- Item = mmiTypeList
- Visible = True
- end
- item
- BeginGroup = True
- Item = BtnHelp
- Visible = False
- end
- item
- Item = BtnWhatIsIt
- Visible = False
- end>
- NotDocking = [dsLeft, dsRight, dsBottom]
- OneOnRow = True
- Row = 1
- UseOwnFont = False
- Visible = True
- WholeRow = False
- end>
- CanCustomize = False
- Categories.Strings = (
- 'Default'
- 'Help'
- 'File'
- 'Edit'
- 'Types'
- 'Menus'
- 'Options')
- Categories.ItemsVisibles = (
- 2
- 2
- 2
- 2
- 2
- 2
- 2)
- Categories.Visibles = (
- True
- True
- True
- True
- True
- True
- True)
- Images = ilbuttonsex
- PopupMenuLinks = <>
- Style = bmsFlat
- UseSystemFont = True
- OnShowCustomizingForm = dxBarManager1ShowCustomizingForm
- UsePageBar = False
- FloatingMode = fmOffice
- AllowDragPages = False
- Left = 59
- Top = 126
- DockControlHeights = (
- 0
- 0
- 45
- 0)
- PageBarIndex = -1
- PageBarPages = ()
- PageBarVisibles = ()
- PageBarActivePage = ''
- PageBarItemPages = <>
- object mmiFile: TdxBarSubItem
- Caption = '&File'
- Category = 5
- Visible = ivAlways
- ItemLinks = <
- item
- Item = mmiOpen
- Visible = True
- end
- item
- Item = mmiRevert
- Visible = True
- end
- item
- BeginGroup = True
- Item = mmiSave
- Visible = True
- end
- item
- Item = BtnSaveAs
- Visible = True
- end
- item
- Item = mmiSaveAll
- Visible = True
- end
- item
- BeginGroup = True
- Item = mmiExit
- Visible = True
- end>
- end
- object mmiOpen: TdxBarSubItem
- Caption = '&Open'
- Category = 2
- HelpContext = 653
- Visible = ivAlways
- ImageIndex = 0
- ItemLinks = <
- item
- Item = mmiOpenHTML
- Visible = True
- end
- item
- Item = mmiOpenCSS
- Visible = True
- end
- item
- Item = mmiOpenASP
- Visible = True
- end
- item
- Item = mmiOpenSSI
- Visible = True
- end
- item
- Item = mmiOpenXML
- Visible = True
- end
- item
- Item = mmiOpenWML
- Visible = True
- end
- item
- Item = mmiOpenJS
- Visible = True
- end
- item
- Item = mmiOpenPHP
- Visible = True
- end>
- end
- object mmiOpenHTML: TdxBarButton
- Caption = '&HTML'
- Category = 2
- HelpContext = 653
- Visible = ivAlways
- OnClick = actnOpenHTMLExecute
- end
- object mmiOpenCSS: TdxBarButton
- Caption = '&CSS'
- Category = 2
- HelpContext = 653
- Visible = ivAlways
- OnClick = actnOpenCSSExecute
- end
- object mmiOpenASP: TdxBarButton
- Caption = '&ASP'
- Category = 2
- HelpContext = 653
- Visible = ivNever
- OnClick = actnOpenASPExecute
- end
- object mmiOpenSSI: TdxBarButton
- Caption = '&SSI'
- Category = 2
- HelpContext = 653
- Visible = ivNever
- OnClick = actnOpenSSIExecute
- end
- object mmiOpenXML: TdxBarButton
- Caption = '&XML'
- Category = 2
- Hint = 'XML'
- Visible = ivNever
- OnClick = actnOpenXMLExecute
- end
- object mmiOpenWML: TdxBarButton
- Caption = 'WML'
- Category = 2
- Hint = 'WML'
- Visible = ivAlways
- OnClick = actnOpenWMLExecute
- end
- object mmiOpenJS: TdxBarButton
- Caption = 'JavaScript'
- Category = 2
- Hint = 'JavaScript'
- Visible = ivNever
- OnClick = mmiOpenJSClick
- end
- object mmiOpenPHP: TdxBarButton
- Caption = 'PHP'
- Category = 2
- Hint = 'PHP'
- Visible = ivNever
- OnClick = mmiOpenPHPClick
- end
- object mmiRevert: TdxBarButton
- Caption = '&Revert all'
- Category = 2
- HelpContext = 4562
- Hint = 'Revert'
- Visible = ivAlways
- ShortCut = 24658
- OnClick = actnRevertExecute
- end
- object mmiSave: TdxBarSubItem
- Caption = '&Save'
- Category = 2
- HelpContext = 654
- Visible = ivAlways
- ImageIndex = 1
- ItemLinks = <
- item
- Item = mmiSAveHTML
- Visible = True
- end
- item
- Item = mmiSaveCSS
- Visible = True
- end
- item
- Item = mmiSaveASP
- Visible = True
- end
- item
- Item = mmiSaveSSI
- Visible = True
- end
- item
- Item = mmiSaveXML
- Visible = True
- end
- item
- Item = mmiSaveWML
- Visible = True
- end
- item
- Item = mmiSaveJS
- Visible = True
- end
- item
- Item = mmiSavePHP
- Visible = True
- end>
- end
- object mmiSAveHTML: TdxBarButton
- Caption = '&HTML'
- Category = 2
- HelpContext = 654
- Visible = ivAlways
- OnClick = actnSaveHTMLExecute
- end
- object mmiSaveCSS: TdxBarButton
- Caption = '&CSS'
- Category = 2
- HelpContext = 654
- Visible = ivAlways
- OnClick = actnSaveCSSExecute
- end
- object mmiEdit: TdxBarSubItem
- Caption = '&Edit'
- Category = 5
- Visible = ivAlways
- ItemLinks = <
- item
- Item = mmiAdd
- Visible = True
- end
- item
- Item = mmiAddAttr
- Visible = True
- end
- item
- BeginGroup = True
- Item = mmiDelete
- Visible = True
- end
- item
- BeginGroup = True
- Item = mmiCompat
- Visible = True
- end>
- end
- object mmiAdd: TdxBarSubItem
- Caption = '&Add'
- Category = 3
- Visible = ivAlways
- ItemLinks = <
- item
- Item = mmiAddHTML
- Visible = True
- end
- item
- Item = mmiAddCSS
- Visible = True
- end
- item
- Item = mmiAddSSI
- Visible = True
- end
- item
- Item = mmiAddXML
- Visible = True
- end
- item
- Item = mmiAddWML
- Visible = True
- end
- item
- Item = mmiAddOperator
- Visible = True
- end>
- end
- object mmiAddHTML: TdxBarButton
- Caption = 'HTML tag'
- Category = 3
- Hint = 'Add HTML tag'
- Visible = ivAlways
- OnClick = actnAddHTMLExecute
- end
- object mmiAddCSS: TdxBarButton
- Caption = 'CSS rule'
- Category = 3
- Hint = 'Add CSS rule'
- Visible = ivAlways
- OnClick = actnAddCSSExecute
- end
- object mmiAddSSI: TdxBarButton
- Caption = 'SSI command'
- Category = 3
- Hint = 'Add SSI command'
- Visible = ivNever
- OnClick = actnAddSSIExecute
- end
- object mmiAddXML: TdxBarButton
- Caption = 'XML'
- Category = 3
- Hint = 'XML'
- Visible = ivNever
- OnClick = actAddXMLClick
- end
- object mmiAddWML: TdxBarButton
- Caption = 'WML'
- Category = 3
- Hint = 'WML'
- Visible = ivAlways
- OnClick = actnWMLAddExecute
- end
- object mmiAddOperator: TdxBarButton
- Caption = 'Script'
- Category = 3
- Hint = 'Script'
- Visible = ivNever
- OnClick = actnAddOperatorExecute
- end
- object mmiAddAttr: TdxBarButton
- Caption = 'Add attribute'
- Category = 3
- HelpContext = 656
- Hint = 'Add attribute'
- Visible = ivAlways
- ImageIndex = 3
- ShortCut = 24641
- OnClick = actnAddAttrExecute
- end
- object mmiTypes: TdxBarSubItem
- Caption = '&Types'
- Category = 5
- Visible = ivAlways
- ItemLinks = <
- item
- Item = mmiNewType
- Visible = True
- end
- item
- Item = BtnEditType
- Visible = True
- end
- item
- BeginGroup = True
- Item = mmiTypeList
- Visible = True
- end>
- end
- object BtnEditType: TdxBarButton
- Category = 4
- HelpContext = 659
- Visible = ivAlways
- ImageIndex = 6
- ShortCut = 16453
- OnClick = actnEditTypeExecute
- end
- object mmiNewType: TdxBarButton
- Caption = 'New type'
- Category = 4
- HelpContext = 660
- Hint = 'New type'
- Visible = ivAlways
- ImageIndex = 8
- ShortCut = 16429
- OnClick = actnNewTypeExecute
- end
- object mmiOptions: TdxBarSubItem
- Caption = '&Options'
- Category = 5
- Visible = ivAlways
- ItemLinks = <
- item
- Item = mmiProperties
- Visible = True
- end
- item
- BeginGroup = True
- Item = mmiColored
- Visible = True
- end>
- end
- object mmiColored: TdxBarButton
- Caption = 'Colored sections'
- Category = 6
- HelpContext = 4552
- Visible = ivAlways
- ButtonStyle = bsChecked
- Down = True
- OnClick = actnColoredExecute
- end
- object mmiTypeList: TdxBarButton
- Caption = 'Show types'
- Category = 4
- HelpContext = 661
- Hint = 'Show types'
- Visible = ivAlways
- ImageIndex = 7
- ShortCut = 16468
- OnClick = actnTypeListExecute
- end
- object BtnHelp: TdxBarButton
- Category = 1
- HelpContext = 6
- Visible = ivAlways
- ImageIndex = 9
- ShortCut = 112
- OnClick = BtnHelpClick
- end
- object BtnWhatIsIt: TdxBarButton
- Category = 1
- HelpContext = 10
- Visible = ivAlways
- ImageIndex = 10
- OnClick = BtnWhatIsItClick
- end
- object BtnHelpMenu: TdxBarSubItem
- Caption = 'Help'
- Category = 5
- Visible = ivAlways
- ItemLinks = <
- item
- Item = BtnHelp
- Visible = True
- end
- item
- Item = BtnWhatIsIt
- Visible = True
- end
- item
- BeginGroup = True
- Item = btnAbout
- Visible = True
- end>
- end
- object btnAbout: TdxBarButton
- Category = 1
- HelpContext = 2446
- Visible = ivAlways
- OnClick = btnAboutClick
- end
- object mmiSaveASP: TdxBarButton
- Caption = '&ASP'
- Category = 2
- HelpContext = 654
- Visible = ivNever
- OnClick = actnSaveASPExecute
- end
- object mmiSaveSSI: TdxBarButton
- Caption = '&SSI'
- Category = 2
- HelpContext = 654
- Visible = ivNever
- OnClick = actnSaveSSIExecute
- end
- object mmiSaveXML: TdxBarButton
- Caption = '&XML'
- Category = 2
- Hint = 'XML'
- Visible = ivNever
- OnClick = actnSaveXMLExecute
- end
- object mmiSaveWML: TdxBarButton
- Caption = 'WML'
- Category = 2
- Hint = 'WML'
- Visible = ivAlways
- OnClick = actnSaveWMLExecute
- end
- object mmiSaveJS: TdxBarButton
- Caption = 'JavaScript'
- Category = 2
- Hint = 'JavaScript'
- Visible = ivNever
- OnClick = mmiSaveJSClick
- end
- object mmiSavePHP: TdxBarButton
- Caption = 'PHP'
- Category = 2
- Hint = 'PHP'
- Visible = ivNever
- OnClick = mmiSavePHPClick
- end
- object BtnSaveAs: TdxBarSubItem
- Category = 2
- HelpContext = 4572
- Visible = ivAlways
- ItemLinks = <
- item
- Item = BtnSaveHTMLAs
- Visible = True
- end
- item
- Item = BtnSaveCSSas
- Visible = True
- end
- item
- Item = BtnSaveASPas
- Visible = True
- end
- item
- Item = BtnSaveSSIas
- Visible = True
- end
- item
- Item = BtnSaveXMLAs
- Visible = True
- end
- item
- Item = BtnSaveWMLAs
- Visible = True
- end
- item
- Item = mmisaveJSAs
- Visible = True
- end
- item
- Item = mmisavePHPAs
- Visible = True
- end>
- end
- object BtnSaveHTMLAs: TdxBarButton
- Category = 2
- Visible = ivAlways
- OnClick = BtnSaveHTMLAsClick
- end
- object mmiDelete: TdxBarButton
- Caption = '&Delete'
- Category = 3
- HelpContext = 657
- Hint = 'Delete'
- Visible = ivAlways
- ImageIndex = 4
- ShortCut = 24644
- OnClick = actnDeleteExecute
- end
- object BtnSaveCSSas: TdxBarButton
- Category = 2
- Visible = ivAlways
- OnClick = BtnSaveCSSasClick
- end
- object BtnSaveASPas: TdxBarButton
- Category = 2
- Visible = ivNever
- OnClick = BtnSaveASPasClick
- end
- object mmiProperties: TdxBarButton
- Caption = 'Show &properties'
- Category = 3
- HelpContext = 658
- Hint = 'Show properties'
- Visible = ivAlways
- ButtonStyle = bsChecked
- ImageIndex = 5
- ShortCut = 16464
- OnClick = actnPropertiesExecute
- end
- object BtnSaveSSIas: TdxBarButton
- Category = 2
- Visible = ivNever
- OnClick = BtnSaveSSIasClick
- end
- object BtnSaveXMLAs: TdxBarButton
- Category = 2
- Visible = ivNever
- OnClick = BtnSaveXMLAsClick
- end
- object BtnSaveWMLAs: TdxBarButton
- Caption = 'WML'
- Category = 2
- Hint = 'WML'
- Visible = ivAlways
- OnClick = BtnSaveWMLAsClick
- end
- object mmisaveJSAs: TdxBarButton
- Caption = 'JavaScript'
- Category = 2
- Hint = 'JavaScript'
- Visible = ivNever
- OnClick = mmisaveJSAsClick
- end
- object mmisavePHPAs: TdxBarButton
- Caption = 'PHP'
- Category = 2
- Hint = 'PHP'
- Visible = ivNever
- OnClick = mmisavePHPAsClick
- end
- object mmiSaveAll: TdxBarButton
- Category = 2
- HelpContext = 655
- Visible = ivAlways
- ImageIndex = 2
- ShortCut = 24660
- OnClick = actnSaveAllExecute
- end
- object mmiExit: TdxBarButton
- Caption = 'E&xit'
- Category = 2
- HelpContext = 4582
- Hint = 'Exit'
- Visible = ivAlways
- ShortCut = 32883
- OnClick = mmiExitClick
- end
- object mmiCompat: TdxBarButton
- Caption = 'Advanced &compatibility'
- Category = 3
- HelpContext = 702
- Hint = 'Advanced compatibility'
- Visible = ivAlways
- OnClick = actnCompatExecute
- end
- end
- object ilbuttonsex: TImageListEx
- Left = 87
- Top = 182
- Data = {
- DA0B0000424DDA0B000010001000DA00000028000000B0000000100000000100
- 0800000000000000000000000000000000002900000029000000FFFF00007B7B
- 7B00639C9C00FF63310000000000808080000000400000FFFF00000084008484
- 8400FFFFFF00CEFFFF00FFFF9C004200000040FFFF0040A0FF0040A0A00040A0
- 80009CCECE00FFCE310084FFFF00BDBDBD0031636300FF9C3100FF0000004080
- 8000FF42FF0000008000CECECE009CFFFF0000A0A0004060600084C6FF0084C6
- C60000A0FF0042A5FF0042FFFF0042A5A50042A5840000002000002020000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0404040404040404040404280000000000000000000000000000000000000000
- 0000000000000000000000000000000404040404040404040404040400000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 040404040404040404040400040000000404110A0A0A0A0A0A0A112800000000
- 0101010101010101010101010101000001010101010101010101010101010009
- 1C1C1C1C1C1C1C1C1C1C1C040000000000000000000000000000000000000404
- 0404040404040404040404040400040400040400040400000000000000000000
- 0000000000060600000000000000000000000004040000000000000000000000
- 000000000000000000000000000000000404100A0A0A0A0A0A0A0A1F04000000
- 0410110A0A0A0A0A0A0A11270000000404040404040404040404040404010004
- 040404040404040404040404040100090A1D0A1D0A1D0A1D0A1D1C0400000000
- 04000400040004000000000000000D0D0D0D0D0D0D0D0D0D0D0D0D0D0D000404
- 0004040004040000000000000000000000000006061900060000000000000000
- 0000000404000000000000000000000404040404040404040404040000000000
- 0410100A0A0A0A0A0A0A0A1F040000000410110A0A0A0A0A0A0A110400000004
- 262525252523232304040A0704010004262525252523232304040A0704010009
- 180A181818181818180A1C040000000000000000000004040000000000000D14
- 1414141414202020212121210D00000000000000000000000000000000000000
- 0006061919000600060000000000000000000404000000000404000000000004
- 0407070722221E1E1111110400000000040F100A0A0A0A0A0A0A0A1F04000000
- 040F100A0A0A0A0A0A0A11040000000425252323232307070415040A04010904
- 25252323232307070415040A040100090A1D0A1D0A1D0A1D0A1D1C0400000000
- 00000000000004040400000000000D140404041404040420040404210D000000
- 0000000000000000000000000000000606191900060606000006000000000400
- 0000040400000000040400000000000407040707072222221E1E110400000000
- 040F0F0A0A0A0A0A0A0A0A1F04000000040F100A0A0A0A0A0A0A110400000004
- 2323232424070707040715040401080423232324240707070407150404010009
- 180A181818181818180A1C040000000000000000000004070504000000000D14
- 1414141414141414202021210D00000000000000000000000000000004040604
- 1900060606060606000006000000040400040400000000000000000000000004
- 0704040404040404041E1E1104000000040F0F0A0A0A0A0A0A0A0A1F04000000
- 040F000000000000000011040000000407070707070707070404040404010808
- 070707070908070704040404040100090A1D0A1D0A1D0A1D0A1D1C0400000000
- 00000000000004070004000000000D140404041404040414040404210D000000
- 0000000500000000000000040404060400060607060606060600000600000404
- 0404040000000000040400000000000407070707070707071E041E1E04000000
- 040E0F0F0F1010101111111F04000000040E0F04040404040411110400000004
- 0A01070A070A0707070707070401090809070709080907070707070704010009
- 030A030303030303030A1C040000000000000000000000040705040000000D14
- 1414141414141414141420200D00000500000518050000000000040404000606
- 0606060600060606060600000600040404040404040400000404000000000004
- 07070707070707070707040404040000040E0E0F0F0F10101011111104000000
- 040E0E040F101004111111040000010707010A07010707070707070704010008
- 080907080807070707070707040100091C1C1D0A1D1C041C1D0A1C0400000000
- 00000000000000040700040000000D140404041404040414040404140D000518
- 0500000500000000000404040000000606060606190706060606060000060404
- 0404040404000000000404000000000407070707070707070707070400000000
- 040E0E040F0F0F101010111104000000040E0E040F0F10041111040400001501
- 0A01070107070707070707070401000908080808070707070707070704010009
- 04041C0A1C0412041C1D1C040000000000000000000000000407050400000D14
- 1414141414141414141414140D00000500000000000000000404040000000000
- 0606060606190707070006060019040404040404000000000000040400000004
- 07070707070707070707070400000000040E0E040E0F0F0F0410101104000000
- 04040404040404040404040400000101010A010A070707070707070704010009
- 08080807070707070707070704010009020B041C041216120404040404040000
- 00000000000000000407040400000D140404041404040414040404140D000000
- 0000000000000004040400000000000000060606060606060607000606190404
- 0404040000000404000000040400000407070707040404040404040400000000
- 040E0E040E0E0F0F0410101004000000040E0E0E0F0F0F041011040400000A07
- 01070A01010101040404040404000908080808090404040404040404041A0009
- 0A020B04121612160202020403030000000000000000000000041B1B04000D14
- 1414141414141414141414140D00000000050000000004040400000000000000
- 0000060606000606060706060606040404040000000404000000000404000004
- 04040404000000000000000000000000040E0E040E0E0F0F040F100400000000
- 0404040404040404040404040000150107010701070000000000000000000808
- 090008080900000000000000000000090909020B041216121212020217170000
- 00000000000000000004040400000D0D0D0D0D0D0D0D0D0D0D0D0D0D0D000000
- 0518050000040404000000000000000000000006060019070706060606000404
- 0400000000040400000000040400000000000000000000000000000000000000
- 04040404040404040404040000000000040E0E0E0E0F0F101004110400000107
- 0001000001070000000000000000000000000008080900000000000000000000
- 000000020B040B0B121212121313000000000000000000000000000000000D14
- 0D0D0D140D0D0D140D0D0D140D00000000050000040704000000000000000000
- 0000000006060606060606000000040400000000000004040000000404000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0404040404040404040404000000070000010700000100000000000000000000
- 0000000008080900000000000000000000000000020A0A0B0B0B0B020C0C0000
- 00000000000000000000000000000D0D0D0D0D0D0D0D0D0D0D0D0D0D0D000000
- 0000000407040000000000000000000000000000000606060600000000000400
- 0000000000000004040404040000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0001000000000000000000000000000000000000000000000000000000000000
- 0000000000020202020202000303000000000000000000000000000000000404
- 0404040404040404040404040400000000000005040000000000000000000000
- 000000000000060000000000000000000000000000000000000000000000}
- end
- object dxBarPopupMenu: TdxBarPopupMenu
- BarManager = dxBarManager1
- ItemLinks = <
- item
- Item = BtnEditType
- Visible = True
- end
- item
- Item = mmiDelete
- Visible = True
- end
- item
- BeginGroup = True
- Item = mmiAdd
- Visible = True
- end
- item
- Item = mmiAddAttr
- Visible = True
- end>
- UseOwnFont = False
- Left = 87
- Top = 126
- end
- object dsrcHTMLRef: TDataSource
- DataSet = dsetHTMLRef
- Left = 59
- Top = 210
- end
- object dsetHTMLRef: TdxMemData
- Active = True
- Indexes = <>
- SortOptions = [soCaseInsensitive]
- AfterInsert = dsetHTMLRefAfterInsert
- BeforeEdit = dsetHTMLRefBeforeEdit
- BeforePost = dsetHTMLRefBeforePost
- AfterPost = dsetHTMLRefAfterPost
- AfterCancel = dsetHTMLRefAfterCancel
- BeforeDelete = dsetHTMLRefBeforeDelete
- OnCalcFields = dsetHTMLRefCalcFields
- OnNewRecord = dsetHTMLRefNewRecord
- Left = 35
- Top = 370
- object fldSection: TStringField
- DisplayLabel = 'Section'
- FieldKind = fkCalculated
- FieldName = 'SECTION'
- ReadOnly = True
- Required = True
- Size = 16
- Calculated = True
- end
- object fldTag: TStringField
- DisplayLabel = 'Tag'
- FieldName = 'TAG'
- Required = True
- Size = 255
- end
- object fldAttr: TStringField
- DisplayLabel = 'Attribute'
- FieldName = 'ATTR'
- OnValidate = fldAttrValidate
- Size = 64
- end
- object fldType: TStringField
- DefaultExpression = 'Caption'
- DisplayLabel = 'Type'
- FieldName = 'TYPE'
- Size = 64
- end
- object fldCompat: TSmallintField
- DisplayLabel = 'Compatibility'
- FieldName = 'COMPAT'
- LookupCache = True
- end
- object fldTAGTYPE: TWordField
- FieldName = 'TAGTYPE'
- end
- object fldTAGNAME: TStringField
- FieldKind = fkCalculated
- FieldName = 'TAGNAME'
- Size = 255
- Calculated = True
- end
- object fldFOLDER: TStringField
- FieldKind = fkCalculated
- FieldName = 'FOLDER'
- Size = 255
- Calculated = True
- end
- end
- end
-